The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module::locate"

Module::Locate - locate modules in the same fashion as require and use River stage two • 10 direct dependents • 15 total dependents

Using "locate()", return the path that "require" would find for a given module or filename (it can also return a filehandle if a reference in @INC has been used). This means you can test for the existence, or find the path for, modules without having...

NEILB/Module-Locate-1.80 - 25 Oct 2015 09:08:31 UTC - Search in distribution

App::Module::Locate - Interface for module locate River stage zero No dependents

CELOGEEK/App-Module-Locate-0.7 - 03 Feb 2014 19:43:22 UTC - Search in distribution
  • mlocate - Find module locate by his name

scriptname - Locate original perl script River stage zero No dependents

Locates the full path to the current script's directory to allow the use of of paths relative to the script's directory. Also, unshift paths relative to the script's directory in @INC. This allows a user to setup a directory tree for some software wi...

MASSA/scriptname-0.94 - 02 Aug 2022 15:47:11 UTC - Search in distribution

FindBin - Locate directory of original Perl script River stage five • 951 direct dependents • 12353 total dependents

Locates the full path to the script bin directory to allow the use of paths relative to the bin directory. This allows a user to setup a directory tree for some software with directories "<root>/bin" and "<root>/lib", and then the above example will ...

TODDR/FindBin-1.54 - 29 Dec 2023 00:55:34 UTC - Search in distribution

App::whichpm - locate a Perl module and it's version River stage one • 1 direct dependent • 5 total dependents

Loads a given module and reports it's location and version. The similar function can be achieved via: perldoc -l Some::Module perl -MSome::Module -le 'print $INC{"Some/Module.pm"}' perl -MSome::Module -le 'print Some::Module->VERSION' pmpath Some::Mo...

JKUTEJ/App-whichpm-0.06 - 14 Apr 2024 20:01:36 UTC - Search in distribution
  • whichpm - locate a Perl module and it's version

Image::Match - locate an image inside another River stage zero No dependents

The module searches for occurencies of an image inside of a larger image. The interesting stuff here is the image finding itself - it is done by a regex! For all practical reasons, regexes operate on strings of bytes, and images can be easily treated...

KARASIK/Image-Match-1.02 - 03 Sep 2008 07:03:02 UTC - Search in distribution

FindBinNew - Locate directory of original perl script River stage zero No dependents

Locates the full path to the script bin directory to allow the use of paths relative to the bin directory. This allows a user to setup a directory tree for some software with directories "<root>/bin" and "<root>/lib", and then the above example will ...

JWB/Bio-Grid-Run-SGE-0.066 - 20 Nov 2018 22:38:51 UTC - Search in distribution

PPM - Perl Package Manager: locate, install, upgrade software packages. River stage zero No dependents

ppm is a utility intended to simplify the tasks of locating, installing, upgrading and removing software packages. It is a front-end to the functionality provided in PPM.pm. It can determine if the most recent version of a software package is install...

MURRAY/PPM-2.1.9 - 09 Jun 2008 09:29:45 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

pp - PAR Packager River stage one • 5 direct dependents • 6 total dependents

pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC - Search in distribution

News River stage zero No dependents

*News Clipper* grabs dynamic information from the internet and integrates it into your webpage. Features include modular extensibility, timeouts to handle dead servers without hanging the script, user-defined update times, and automatic installation ...

DCOPPIT/NewsClipper-1.32-OpenSource - 16 Feb 2001 04:40:31 UTC - Search in distribution

PPI - Parse, Analyze and Manipulate Perl (without perl) River stage four • 194 direct dependents • 1596 total dependents

About this Document This is the PPI manual. It describes its reason for existing, its general structure, its use, an overview of the API, and provides a few implementation samples. Background The ability to read, and manipulate Perl (the language) pr...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

PDLdb.pl - the perl debugger with PDL support River stage three • 94 direct dependents • 102 total dependents

"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC - Search in distribution

sdif - side-by-side diff viewer for ANSI terminal River stage one • 3 direct dependents • 3 total dependents

sdif is inspired by the System V sdiff(1) command. The basic feature of sdif is making a side-by-side listing of two different files. All contents of two files are listed on left and right sides. Center column is used to indicate how different those ...

UTASHIRO/App-sdif-4.3301 - 27 Mar 2024 06:50:34 UTC - Search in distribution

MARC - Perl extension to manipulate MAchine Readable Cataloging records. River stage zero No dependents

MARC.pm is a Perl 5 module for reading in, manipulating, and outputting bibliographic records in the *USMARC* format. You will need to have Perl 5.004 or greater for MARC.pm to work properly. Since it is a Perl module you use MARC.pm from one of your...

BBIRTH/MARC-1.07 - 24 Apr 2000 03:34:57 UTC - Search in distribution

v6 - An experimental Perl 6 implementation River stage zero No dependents

The "v6" module is a front-end to the experimental Perl6-to-Perl5 compiler. The current state of this compiler implementation only provides a small sample of Perl 6 syntax and semantics. Other Perl 6 implementations The Pugs/Haskell Perl 6 is current...

AUDREYT/v6-alpha-0.006 - 06 Jul 2006 08:30:31 UTC - Search in distribution

xomb - a game featuring @ versus the Xarci Bedo River stage zero No dependents

. .. # Xomb is a computer fantasy game. The object of ..# ~# the game is to survive the attacks of the ... ..# Xarci Bedo and to obtain a lot of gems. To win #.#.# the game you must locate the Dragonstone which #@# is somewhere below the 3rd level of...

JMATES/Game-Xomb-1.05 - 22 Feb 2023 23:32:07 UTC - Search in distribution

perl5db.pl - the perl debugger River stage five • 11693 direct dependents • 33184 total dependents

"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
539 results (0.227 seconds)